Enum-Klasse Settings.EXPORT

java.lang.Object
java.lang.Enum<Settings.EXPORT>
com.inet.pdfc.config.Settings.EXPORT
Alle implementierten Schnittstellen:
VisibilitySetting, Serializable, Comparable<Settings.EXPORT>, Constable
Umschließende Schnittstelle:
Settings

public static enum Settings.EXPORT extends Enum<Settings.EXPORT> implements VisibilitySetting
Settings to configure the export to PDF or image format. By default, all of these settings are enabled.
Seit:
4.1
  • Enum-Konstanten - Details

    • COMMENTS

      public static final Settings.EXPORT COMMENTS
      Show the annotable in export
    • SCALETOPAGEHEIGHT

      public static final Settings.EXPORT SCALETOPAGEHEIGHT
      Fit first page to the PDFs to first exported page
    • AUTOPAGESSIZE

      public static final Settings.EXPORT AUTOPAGESSIZE
      This option will cause the export pages to be automatically fitted to the content in width and height with a scale of 100%.
      It furthermore ignores the SCALETOPAGEHEIGHT setting and implies a 'scale to page' rendering result. This option will completely ignore the page size set to the export.
    • ONLY_ON_DIFFERENCES

      public static final Settings.EXPORT ONLY_ON_DIFFERENCES
      Export the document if contain difference, all other didn't export
    • CREATE_DIFFIMAGES_FIRST

      public static final Settings.EXPORT CREATE_DIFFIMAGES_FIRST
      Specifies if a PNG image with the marked difference will be created. Such a image will be created for for each pair of pages if there are differences in elements, contained in these pages. If this enabled to paint the original page (first document). If this enabled and CREATE_DIFFIMAGES_SECOND enable both pages will be paint
      Seit:
      i-net PDFC 5.0
    • CREATE_DIFFIMAGES_SECOND

      public static final Settings.EXPORT CREATE_DIFFIMAGES_SECOND
      Specifies if a PNG image with the marked difference will be created. Such a image will be created for for each pair of pages if there are differences in elements, contained in these pages. If this enabled to paint the new page (second document). If this enabled and CREATE_DIFFIMAGES_FIRST enable both pages will be paint
      Seit:
      i-net PDFC 5.0
    • CREATE_XORIMAGES

      public static final Settings.EXPORT CREATE_XORIMAGES
      Creates an (negated) XOR image for any pair of pages with differences. The image will be stored as an PNG in the differences directory of the current comparison. If CREATE_DIFFIMAGES_FIRST and CREATE_DIFFIMAGES_SECOND is enabled, the XOR image will be drawn onto the image created by CREATE_DIFFIMAGES between the two actual page images.
      Seit:
      i-net PDFC 5.0
    • CREATE_ORIGIMAGES

      public static final Settings.EXPORT CREATE_ORIGIMAGES
      Specifies if a PNG image with the original content will be created for each compared page. The default value is: false.
      Seit:
      i-net PDFC 5.0
  • Methodendetails

    • values

      public static Settings.EXPORT[] values()
      Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
      Gibt zurück:
      ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
    • valueOf

      public static Settings.EXPORT valueOf(String name)
      Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)
      Parameter:
      name - Name der zurückzugebenden Enumerationskonstante.
      Gibt zurück:
      Enumerationskonstante mit dem angegebenen Namen
      Löst aus:
      IllegalArgumentException - wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthält
      NullPointerException - wenn das Argument nicht angegeben wird
    • getTyp

      public String getTyp()
      Return the enum typ for this setting/s
      Angegeben von:
      getTyp in Schnittstelle VisibilitySetting
      Gibt zurück:
      enum typ for this setting/s